home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / X11 / XSetArcMode.z / XSetArcMode
Encoding:
Text File  |  2002-10-03  |  4.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXSSSSeeeettttAAAArrrrccccMMMMooooddddeeee((((3333XXXX11111111))))  XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))   XXXXSSSSeeeettttAAAArrrrccccMMMMooooddddeeee((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure - GC
  10.           convenience routines
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           XSetArcMode(_d_i_s_p_l_a_y, _g_c, _a_r_c__m_o_d_e)
  14.                 Display *_d_i_s_p_l_a_y;
  15.                 GC _g_c;
  16.                 int _a_r_c__m_o_d_e;
  17.  
  18.           XSetSubwindowMode(_d_i_s_p_l_a_y, _g_c, _s_u_b_w_i_n_d_o_w__m_o_d_e)
  19.                 Display *_d_i_s_p_l_a_y;
  20.                 GC _g_c;
  21.                 int _s_u_b_w_i_n_d_o_w__m_o_d_e;
  22.  
  23.           XSetGraphicsExposures(_d_i_s_p_l_a_y, _g_c, _g_r_a_p_h_i_c_s__e_x_p_o_s_u_r_e_s)
  24.                 Display *_d_i_s_p_l_a_y;
  25.                 GC _g_c;
  26.                 Bool _g_r_a_p_h_i_c_s__e_x_p_o_s_u_r_e_s;
  27.  
  28.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  29.           _a_r_c__m_o_d_e  Specifies the arc mode.  You can pass _A_r_c_C_h_o_r_d or
  30.                     _A_r_c_P_i_e_S_l_i_c_e.
  31.  
  32.           _d_i_s_p_l_a_y   Specifies the connection to the X server.
  33.  
  34.           _g_c        Specifies the GC.
  35.  
  36.           _g_r_a_p_h_i_c_s__e_x_p_o_s_u_r_e_s
  37.                     Specifies a Boolean value that indicates whether
  38.                     you want _G_r_a_p_h_i_c_s_E_x_p_o_s_e and _N_o_E_x_p_o_s_e events to be
  39.                     reported when calling _X_C_o_p_y_A_r_e_a and _X_C_o_p_y_P_l_a_n_e
  40.                     with this GC.
  41.  
  42.           _s_u_b_w_i_n_d_o_w__m_o_d_e
  43.                     Specifies the subwindow mode.  You can pass
  44.                     _C_l_i_p_B_y_C_h_i_l_d_r_e_n or _I_n_c_l_u_d_e_I_n_f_e_r_i_o_r_s.
  45.  
  46.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  47.           The _X_S_e_t_A_r_c_M_o_d_e function sets the arc mode in the specified
  48.           GC.
  49.  
  50.           _X_S_e_t_A_r_c_M_o_d_e can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and _B_a_d_V_a_l_u_e
  51.           errors.
  52.  
  53.           The _X_S_e_t_S_u_b_w_i_n_d_o_w_M_o_d_e function sets the subwindow mode in
  54.           the specified GC.
  55.  
  56.           _X_S_e_t_S_u_b_w_i_n_d_o_w_M_o_d_e can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and _B_a_d_V_a_l_u_e
  57.           errors.
  58.  
  59.           The _X_S_e_t_G_r_a_p_h_i_c_s_E_x_p_o_s_u_r_e_s function sets the graphics-
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXSSSSeeeettttAAAArrrrccccMMMMooooddddeeee((((3333XXXX11111111))))  XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))   XXXXSSSSeeeettttAAAArrrrccccMMMMooooddddeeee((((3333XXXX11111111))))
  71.  
  72.  
  73.  
  74.           exposures flag in the specified GC.
  75.  
  76.           _X_S_e_t_G_r_a_p_h_i_c_s_E_x_p_o_s_u_r_e_s can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and
  77.           _B_a_d_V_a_l_u_e errors.
  78.  
  79.      DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  80.           _B_a_d_A_l_l_o_c  The server failed to allocate the requested
  81.                     resource or server memory.
  82.  
  83.           _B_a_d_G_C     A value for a GContext argument does not name a
  84.                     defined GContext.
  85.  
  86.           _B_a_d_V_a_l_u_e  Some numeric value falls outside the range of
  87.                     values accepted by the request.  Unless a specific
  88.                     range is specified for an argument, the full range
  89.                     defined by the argument's type is accepted.  Any
  90.                     argument defined as a set of alternatives can
  91.                     generate this error.
  92.  
  93.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  94.           XCopyArea(3X11), XCreateGC(3X11), XQueryBestSize(3X11),
  95.           XSetClipOrigin(3X11), XSetFillStyle(3X11), XSetFont(3X11),
  96.           XSetLineAttributes(3X11), XSetState(3X11), XSetTile(3X11)
  97.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.